adTempus API
PreviousUpNext
IJob::AgentType Property

Gets a value indicating the agent mode for the job.

C++
__property long* AgentType;
C#
long* AgentType;
Visual Basic
Property AgentType() As long*
Default Value

0

When connected to an adTempus server that is an agent, the AgentType indicates how the job is operating on the server:

ramSlave 
The job was sent to the agent as a "slave" (triggers are evaluated on the Master). 
ramMirror 
The job was sent to the agent as a mirror (triggers are evaluated on the Agent). 

This value is ignored if the server's EngineMode is not 1 ("master").

AgentOptions,RemoteAgents 

adTempus API Reference version 3.0.0.0, revised 10/30/2008